From: Eli Zaretskii Date: Thu, 29 Feb 2024 16:25:12 +0000 (+0200) Subject: ; Tweak recently-added NEWS entry. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2389 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e18a6fbb44ac48998a1aebe25136a59e5a419b57;p=emacs.git ; Tweak recently-added NEWS entry. --- diff --git a/etc/NEWS b/etc/NEWS index b1e3130ab79..198563e0fc0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1964,7 +1964,10 @@ Its warning name is 'docstrings-wide'. ** New user option 'native-comp-async-warnings-errors-kind'. It allows control of what kinds of warnings and errors from asynchronous native compilation are reported to the parent Emacs process. The -default is to report all errors and only important warnings. +default is to report all errors and only important warnings. If you +were used to customizing 'native-comp-async-report-warnings-errors' to +nil or 'silent', we suggest that you now leave it at its default value, +and see if you get only warnings that matter. +++ ** New function declaration and property 'important-return-value'.